--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit a526e883856e981339ad9c4384c92f2db88498cf
Parents : 0f9e1a7
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T17:59:01-06:00
chore(Dockerfile): add ffmpeg, espeak-ng, and opusfile dependencies for enhanced media processing capabilities
Changes
Diff
diff --git a/Dockerfile b/Dockerfile
index f4890a91..0cf695fd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,7 +28,8 @@ WORKDIR /app
# Install Python deps
COPY ./requirements.txt .
-RUN apk add --no-cache --virtual .build-deps \
+RUN apk add --no-cache ffmpeg espeak-ng opusfile && \
+ apk add --no-cache --virtual .build-deps \
gcc \
musl-dev \
linux-headers \
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────